Add a note about GTK_FLOATING.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Dec 2005 16:39:29 +0000 (16:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Dec 2005 16:39:29 +0000 (16:39 +0000)
2005-12-05  Matthias Clasen  <mclasen@redhat.com>

* README.in: Add a note about GTK_FLOATING.

ChangeLog
ChangeLog.pre-2-10
README.in

index 7688161a6118a32e7f50d0086f7d1b97e7762b56..b61905ebf8a7b7dcea9078d4d2ccf4b3cfdf29df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * README.in: Add a note about GTK_FLOATING.
+
        * gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
 
 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
index 7688161a6118a32e7f50d0086f7d1b97e7762b56..b61905ebf8a7b7dcea9078d4d2ccf4b3cfdf29df 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * README.in: Add a note about GTK_FLOATING.
+
        * gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
 
 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
index 7cc43047990179aa9829254dab564cbf37e931cc..715d69509c9becce16a3170d7af97b3545ffd40b 100644 (file)
--- a/README.in
+++ b/README.in
@@ -42,6 +42,11 @@ Release notes for 2.10
   gtk_range_set_[upper/lower]_stepper_sensitivity() functions to
   prevent the arrows from being rendered insensitive.
 
+* GtkObject now uses the "floating reference" support in GObject. 
+  GTK_OBJECT_IS_FLOATING() will still work, but direct checking
+  of the GTK_FLOATING flag will no longer detect the floating 
+  reference.
 Release notes
 =============